-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jhalackova sle 17523 #1180
base: main
Are you sure you want to change the base?
Jhalackova sle 17523 #1180
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Text needs to be reworked.
Nit: SLE15 SP3/SP4 checkboxes are broken, possibly due to trailing spaces? UPDATE: Yes, fixed.
SLE Micro 5.x based on SP3 and later will also be affected, if it ships this guide.
@@ -144,6 +144,38 @@ | |||
<literal>config.txt</literal> file when needed, without overwriting any | |||
user settings. | |||
</para> | |||
<para> | |||
To override the settings from <literal>config.txt</literal> on &rpi4;, proceed as |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is not the purpose of this tool, it is about a separate EEPROM config.
Use the <command>rpi-eeprom-update</command> tool to apply changes of the | ||
<filename>extraconfig.txt</filename> file: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, the tool is used to flash updated EEPROM firmware (plus a config for that firmware). For example, for early RPi4 models this may add support for booting from USB. Thus it should go into a new sect3 "EEPROM on Raspberry Pi 4" or so. It is not the same config as for the non-EEPROM components and should not overwrite any user-authored extraconfig.txt.
@@ -144,6 +144,38 @@ | |||
<literal>config.txt</literal> file when needed, without overwriting any | |||
user settings. | |||
</para> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Above paragraph about non-volatile memory needs to be updated to apply only to RPi3/CM3, not RPi4 which has EEPROM. Boot device order needs to be checked on, but date/time still is not saved.
<term>&sls; 15 SP3 Release Notes</term> | ||
<term>&sls; 15 SP4 Release Notes</term> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be advisable to keep that in a separate commit, to facilitate your backporting to SP3 (and any SLE Micro 5.x releases based on SP3). Currently combined with addition of RPi4. Could even be done in a separate SR to not be blocked by text discussion.
PR creator: Description
Applying changes for RPi 4 - updating settings in config.txt.
PR creator: Are there any relevant issues/feature requests?
PR creator: Which product versions do the changes apply to?
When opening a PR, check all versions of the documentation that your PR applies to.
main
, no backport necessary)PR reviewer only: Have all backports been applied?
The doc team member merging your PR will take care of backporting to older documents.
When opening a PR, do not set the following check box.